type runtime.gcBits
12 uses
runtime (current package)
mheap.go#L470: allocBits *gcBits
mheap.go#L471: gcmarkBits *gcBits
mheap.go#L472: pinnerBits *gcBits // bitmap for pinned objects; accessed atomically
mheap.go#L2407: type gcBits struct {
mheap.go#L2413: func (b *gcBits) bytep(n uintptr) *uint8 {
mheap.go#L2419: func (b *gcBits) bitp(n uintptr) (bytep *uint8, mask uint8) {
mheap.go#L2436: bits [gcBitsChunkBytes - gcBitsHeaderBytes]gcBits
mheap.go#L2449: func (b *gcBitsArena) tryAlloc(bytes uintptr) *gcBits {
mheap.go#L2465: func newMarkBits(nelems uintptr) *gcBits {
mheap.go#L2521: func newAllocBits(nelems uintptr) *gcBits {
pinner.go#L258: type pinnerBits gcBits
pinner.go#L265: bytep, mask := (*gcBits)(p).bitp(n * 2)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)